func runtime.mapclone2

2 uses

	runtime (current package)
		map.go#L1454: 	e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
		map.go#L1499: func mapclone2(t *maptype, src *hmap) *hmap {